Home

Operator Usage

Name

sfor

Description

sfor( var|x> in sequence):
    statements ...
end:

for each superposition in sequence, set var|x> to that superposition
and then compile and run the given statements


Examples


See also

for, while, op-for, op-sfor, test-for.sw3

Operator type

statement